﻿2026-06-21T05:16:22.3485275Z ##[group]Run set -euo pipefail
2026-06-21T05:16:22.3485856Z [36;1mset -euo pipefail[0m
2026-06-21T05:16:22.3486299Z [36;1mPIN=0c95435[0m
2026-06-21T05:16:22.3486727Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T05:16:22.3487226Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T05:16:22.3487851Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T05:16:22.3488624Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T05:16:22.3489488Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T05:16:22.3490147Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T05:16:22.3490609Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T05:16:22.3491139Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T05:16:22.3491780Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T05:16:22.3492427Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T05:16:22.3492931Z [36;1mfi[0m
2026-06-21T05:16:22.3493471Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T05:16:22.3507862Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T05:16:22.3508429Z env:
2026-06-21T05:16:22.3508824Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T05:16:22.3509363Z ##[endgroup]
2026-06-21T05:16:22.6552260Z    Compiling proc-macro2 v1.0.106
2026-06-21T05:16:22.6553592Z    Compiling quote v1.0.45
2026-06-21T05:16:22.6554374Z    Compiling unicode-ident v1.0.24
2026-06-21T05:16:22.6555680Z    Compiling libc v0.2.186
2026-06-21T05:16:22.6556510Z    Compiling serde_core v1.0.228
2026-06-21T05:16:22.6557286Z    Compiling cfg-if v1.0.4
2026-06-21T05:16:22.6557911Z    Compiling serde v1.0.228
2026-06-21T05:16:22.6615525Z    Compiling log v0.4.32
2026-06-21T05:16:22.6682174Z    Compiling pin-project-lite v0.2.17
2026-06-21T05:16:22.6683580Z    Compiling typenum v1.20.1
2026-06-21T05:16:22.6684819Z    Compiling portable-atomic v1.13.1
2026-06-21T05:16:22.6686067Z    Compiling memchr v2.8.1
2026-06-21T05:16:22.6780998Z    Compiling version_check v0.9.5
2026-06-21T05:16:22.6832075Z    Compiling critical-section v1.2.0
2026-06-21T05:16:22.6857999Z    Compiling shlex v2.0.1
2026-06-21T05:16:22.7375655Z    Compiling find-msvc-tools v0.1.9
2026-06-21T05:16:22.7728657Z    Compiling subtle v2.6.1
2026-06-21T05:16:22.7833313Z    Compiling futures-core v0.3.32
2026-06-21T05:16:22.8460939Z    Compiling bytes v1.11.1
2026-06-21T05:16:22.8771727Z    Compiling smallvec v1.15.1
2026-06-21T05:16:22.9362305Z    Compiling equivalent v1.0.2
2026-06-21T05:16:22.9424102Z    Compiling itoa v1.0.18
2026-06-21T05:16:22.9763960Z    Compiling semver v1.0.28
2026-06-21T05:16:23.0141211Z    Compiling stable_deref_trait v1.2.1
2026-06-21T05:16:23.0241267Z    Compiling slab v0.4.12
2026-06-21T05:16:23.0460353Z    Compiling generic-array v0.14.7
2026-06-21T05:16:23.0580854Z    Compiling futures-io v0.3.32
2026-06-21T05:16:23.0717193Z    Compiling futures-sink v0.3.32
2026-06-21T05:16:23.0940957Z    Compiling futures-task v0.3.32
2026-06-21T05:16:23.1421507Z    Compiling futures-channel v0.3.32
2026-06-21T05:16:23.1552148Z    Compiling rustversion v1.0.22
2026-06-21T05:16:23.2171810Z    Compiling hashbrown v0.17.1
2026-06-21T05:16:23.2622284Z    Compiling rustc_version v0.4.1
2026-06-21T05:16:23.2721581Z    Compiling bitflags v2.12.1
2026-06-21T05:16:23.2752031Z    Compiling cpufeatures v0.2.17
2026-06-21T05:16:23.2821550Z    Compiling fnv v1.0.7
2026-06-21T05:16:23.2961756Z    Compiling cfg_aliases v0.2.1
2026-06-21T05:16:23.3494713Z    Compiling strsim v0.11.1
2026-06-21T05:16:23.3612064Z    Compiling rand_core v0.10.1
2026-06-21T05:16:23.3672113Z    Compiling litemap v0.8.2
2026-06-21T05:16:23.3821323Z    Compiling writeable v0.6.3
2026-06-21T05:16:23.3928645Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T05:16:23.5297390Z    Compiling fs_extra v1.3.0
2026-06-21T05:16:23.5446987Z    Compiling getrandom v0.4.2
2026-06-21T05:16:23.5891248Z    Compiling utf8_iter v1.0.4
2026-06-21T05:16:23.6180878Z    Compiling icu_properties_data v2.2.0
2026-06-21T05:16:23.6484550Z    Compiling dunce v1.0.5
2026-06-21T05:16:23.6538726Z    Compiling ident_case v1.0.1
2026-06-21T05:16:23.7541349Z    Compiling autocfg v1.5.1
2026-06-21T05:16:23.7670662Z    Compiling percent-encoding v2.3.2
2026-06-21T05:16:23.8170677Z    Compiling http v1.4.1
2026-06-21T05:16:23.8190603Z    Compiling aws-lc-rs v1.17.0
2026-06-21T05:16:23.8630746Z    Compiling unicode-segmentation v1.13.3
2026-06-21T05:16:23.8910850Z    Compiling thiserror v2.0.18
2026-06-21T05:16:23.9038763Z    Compiling cpufeatures v0.3.0
2026-06-21T05:16:24.0160861Z    Compiling indexmap v2.14.0
2026-06-21T05:16:24.0264309Z    Compiling scopeguard v1.2.0
2026-06-21T05:16:24.0439949Z    Compiling chacha20 v0.10.0
2026-06-21T05:16:24.0590807Z    Compiling form_urlencoded v1.2.2
2026-06-21T05:16:24.0817533Z    Compiling untrusted v0.9.0
2026-06-21T05:16:24.1069807Z    Compiling lock_api v0.4.14
2026-06-21T05:16:24.2150753Z    Compiling heck v0.5.0
2026-06-21T05:16:24.2581277Z    Compiling syn v2.0.117
2026-06-21T05:16:24.2680686Z    Compiling rustls v0.23.40
2026-06-21T05:16:24.3000466Z    Compiling anyhow v1.0.102
2026-06-21T05:16:24.3305951Z    Compiling atomic-waker v1.1.2
2026-06-21T05:16:24.3400917Z    Compiling unicode-xid v0.2.6
2026-06-21T05:16:24.3997798Z    Compiling convert_case v0.10.0
2026-06-21T05:16:24.4065294Z    Compiling const-oid v0.10.2
2026-06-21T05:16:24.4330419Z    Compiling httparse v1.10.1
2026-06-21T05:16:24.4538612Z    Compiling zerocopy v0.8.50
2026-06-21T05:16:24.4606699Z    Compiling parking_lot_core v0.9.12
2026-06-21T05:16:24.4671442Z    Compiling paste v1.0.15
2026-06-21T05:16:24.4867699Z    Compiling num-traits v0.2.19
2026-06-21T05:16:24.4967813Z    Compiling hybrid-array v0.4.12
2026-06-21T05:16:24.6483738Z    Compiling curve25519-dalek v4.1.3
2026-06-21T05:16:24.6691091Z    Compiling jobserver v0.1.34
2026-06-21T05:16:24.7392069Z    Compiling ahash v0.8.12
2026-06-21T05:16:24.7500399Z    Compiling powerfmt v0.2.0
2026-06-21T05:16:24.7800840Z    Compiling either v1.16.0
2026-06-21T05:16:24.8061225Z    Compiling base64ct v1.8.3
2026-06-21T05:16:24.8280298Z    Compiling fastrand v2.4.1
2026-06-21T05:16:24.9010489Z    Compiling http-body v1.0.1
2026-06-21T05:16:24.9243832Z    Compiling crypto-common v0.1.7
2026-06-21T05:16:24.9541257Z    Compiling block-buffer v0.10.4
2026-06-21T05:16:24.9778331Z    Compiling deranged v0.5.8
2026-06-21T05:16:24.9940505Z    Compiling cc v1.2.63
2026-06-21T05:16:25.0580416Z    Compiling digest v0.10.7
2026-06-21T05:16:25.0754861Z    Compiling time-core v0.1.8
2026-06-21T05:16:25.1932178Z    Compiling zmij v1.0.21
2026-06-21T05:16:25.2019343Z    Compiling tower-service v0.3.3
2026-06-21T05:16:25.2233093Z    Compiling pkg-config v0.3.33
2026-06-21T05:16:25.2253846Z    Compiling data-encoding v2.11.0
2026-06-21T05:16:25.2425290Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T05:16:25.2960689Z    Compiling try-lock v0.2.5
2026-06-21T05:16:25.3028260Z    Compiling base64 v0.22.1
2026-06-21T05:16:25.3190549Z    Compiling vcpkg v0.2.15
2026-06-21T05:16:25.4040775Z    Compiling mio v1.2.1
2026-06-21T05:16:25.4620995Z    Compiling socket2 v0.6.4
2026-06-21T05:16:25.4750331Z    Compiling getrandom v0.2.17
2026-06-21T05:16:25.6400645Z    Compiling tinyvec_macros v0.1.1
2026-06-21T05:16:25.7120617Z    Compiling rand_core v0.6.4
2026-06-21T05:16:25.7160353Z    Compiling rand v0.10.1
2026-06-21T05:16:25.7190676Z    Compiling num-conv v0.2.2
2026-06-21T05:16:25.7470594Z    Compiling tinyvec v1.11.0
2026-06-21T05:16:25.8170850Z    Compiling want v0.3.1
2026-06-21T05:16:25.9020029Z    Compiling parking_lot v0.12.5
2026-06-21T05:16:25.9320512Z    Compiling sha2 v0.10.9
2026-06-21T05:16:25.9576851Z    Compiling crypto-common v0.2.2
2026-06-21T05:16:25.9655010Z    Compiling block-buffer v0.12.0
2026-06-21T05:16:26.1440413Z    Compiling inout v0.1.4
2026-06-21T05:16:26.2410575Z    Compiling cmake v0.1.58
2026-06-21T05:16:26.2470279Z    Compiling vergen-lib v9.1.0
2026-06-21T05:16:26.2630664Z    Compiling n0-future v0.3.2
2026-06-21T05:16:26.2790673Z    Compiling winnow v1.0.3
2026-06-21T05:16:26.3717883Z    Compiling spin v0.10.0
2026-06-21T05:16:26.3977949Z    Compiling diatomic-waker v0.2.3
2026-06-21T05:16:26.4160816Z    Compiling crossbeam-utils v0.8.21
2026-06-21T05:16:26.4646339Z    Compiling parking v2.2.1
2026-06-21T05:16:26.4711487Z    Compiling cordyceps v0.3.4
2026-06-21T05:16:26.5020632Z    Compiling signature v2.2.0
2026-06-21T05:16:26.5320815Z    Compiling serde_json v1.0.150
2026-06-21T05:16:26.5351192Z    Compiling httpdate v1.0.3
2026-06-21T05:16:26.5860907Z    Compiling futures-lite v2.6.1
2026-06-21T05:16:26.6080826Z    Compiling ed25519 v2.2.3
2026-06-21T05:16:26.6650821Z    Compiling cipher v0.4.4
2026-06-21T05:16:26.7141889Z    Compiling netlink-packet-core v0.8.1
2026-06-21T05:16:26.7600519Z    Compiling universal-hash v0.5.1
2026-06-21T05:16:26.8208548Z    Compiling vergen v9.1.0
2026-06-21T05:16:26.8330975Z    Compiling futures-buffered v0.2.13
2026-06-21T05:16:26.8508212Z    Compiling vergen-lib v0.1.6
2026-06-21T05:16:26.8613456Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T05:16:26.8650388Z    Compiling heapless v0.7.17
2026-06-21T05:16:26.9180889Z    Compiling digest v0.11.3
2026-06-21T05:16:26.9320652Z    Compiling noq-udp v0.10.0
2026-06-21T05:16:26.9692923Z    Compiling sync_wrapper v1.0.2
2026-06-21T05:16:26.9980998Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T05:16:27.0348382Z    Compiling allocator-api2 v0.2.21
2026-06-21T05:16:27.0461203Z    Compiling opaque-debug v0.3.1
2026-06-21T05:16:27.0680295Z    Compiling byteorder v1.5.0
2026-06-21T05:16:27.1050656Z    Compiling polyval v0.6.2
2026-06-21T05:16:27.1357345Z    Compiling aws-lc-sys v0.41.0
2026-06-21T05:16:27.1410574Z    Compiling ring v0.17.14
2026-06-21T05:16:27.1500517Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T05:16:27.2910730Z    Compiling hash32 v0.2.1
2026-06-21T05:16:27.3010818Z    Compiling spin v0.9.8
2026-06-21T05:16:27.3231574Z    Compiling vergen-gitcl v1.0.8
2026-06-21T05:16:27.3601092Z    Compiling signature v3.0.0
2026-06-21T05:16:27.3840178Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T05:16:27.4860670Z    Compiling fallible-iterator v0.3.0
2026-06-21T05:16:27.5096151Z    Compiling tower-layer v0.3.3
2026-06-21T05:16:27.5279185Z    Compiling num_threads v0.1.7
2026-06-21T05:16:27.5441526Z    Compiling ryu v1.0.23
2026-06-21T05:16:27.5639712Z    Compiling ghash v0.5.1
2026-06-21T05:16:27.5770725Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T05:16:27.5840455Z    Compiling ctr v0.9.2
2026-06-21T05:16:27.6734637Z    Compiling time v0.3.47
2026-06-21T05:16:27.6920961Z    Compiling aes v0.8.4
2026-06-21T05:16:27.7132907Z    Compiling fs2 v0.4.3
2026-06-21T05:16:27.7455140Z    Compiling aead v0.5.2
2026-06-21T05:16:27.7800170Z    Compiling http-body-util v0.1.3
2026-06-21T05:16:27.8718387Z    Compiling openssl-probe v0.2.1
2026-06-21T05:16:27.8870356Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T05:16:27.8932104Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T05:16:27.9243596Z    Compiling crossbeam-channel v0.5.15
2026-06-21T05:16:28.0390270Z    Compiling blake3 v1.8.5
2026-06-21T05:16:28.0510803Z    Compiling netlink-packet-route v0.29.0
2026-06-21T05:16:28.0790518Z    Compiling uuid v1.23.2
2026-06-21T05:16:28.2980443Z    Compiling memoffset v0.6.5
2026-06-21T05:16:28.3200152Z    Compiling aes-gcm v0.10.3
2026-06-21T05:16:28.3780711Z    Compiling acto v0.8.2
2026-06-21T05:16:28.4980454Z    Compiling noq v0.18.0
2026-06-21T05:16:28.5370425Z    Compiling netwatch v0.16.0
2026-06-21T05:16:28.5940019Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T05:16:28.6041181Z    Compiling foldhash v0.2.0
2026-06-21T05:16:28.6200597Z    Compiling thiserror v1.0.69
2026-06-21T05:16:28.6667544Z    Compiling identity-hash v0.1.0
2026-06-21T05:16:28.7540849Z    Compiling rustix v1.1.4
2026-06-21T05:16:28.7665160Z    Compiling mac-addr v0.3.0
2026-06-21T05:16:28.7811090Z    Compiling ref-cast v1.0.25
2026-06-21T05:16:28.7880993Z    Compiling tagptr v0.2.0
2026-06-21T05:16:28.8395327Z    Compiling lru-slab v0.1.2
2026-06-21T05:16:28.8913946Z    Compiling rustc-hash v2.1.2
2026-06-21T05:16:28.9314588Z    Compiling xml-rs v0.8.28
2026-06-21T05:16:28.9462983Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T05:16:29.0410071Z    Compiling hashbrown v0.16.1
2026-06-21T05:16:29.1059259Z    Compiling netlink-packet-route v0.30.0
2026-06-21T05:16:29.1557723Z    Compiling serial-core v0.4.0
2026-06-21T05:16:29.2160041Z    Compiling termios v0.2.2
2026-06-21T05:16:29.2612576Z    Compiling ioctl-rs v0.1.6
2026-06-21T05:16:29.3302170Z    Compiling errno v0.3.14
2026-06-21T05:16:29.3560905Z    Compiling simple-dns v0.9.3
2026-06-21T05:16:29.3562606Z    Compiling aho-corasick v1.1.4
2026-06-21T05:16:29.4800408Z    Compiling proc-macro-crate v3.5.0
2026-06-21T05:16:29.6707838Z    Compiling synstructure v0.13.2
2026-06-21T05:16:29.8088377Z    Compiling darling_core v0.20.11
2026-06-21T05:16:29.8605509Z    Compiling xmltree v0.10.3
2026-06-21T05:16:29.8805236Z    Compiling serde_derive_internals v0.29.1
2026-06-21T05:16:29.9440795Z    Compiling linux-raw-sys v0.12.1
2026-06-21T05:16:30.0121063Z    Compiling simdutf8 v0.1.5
2026-06-21T05:16:30.0800786Z    Compiling regex-syntax v0.8.10
2026-06-21T05:16:30.2346286Z    Compiling signal-hook v0.3.18
2026-06-21T05:16:30.3166447Z    Compiling toml_write v0.1.2
2026-06-21T05:16:30.4050411Z    Compiling constant_time_eq v0.4.2
2026-06-21T05:16:30.4440859Z    Compiling arrayref v0.3.9
2026-06-21T05:16:30.4480644Z    Compiling sha1_smol v1.0.1
2026-06-21T05:16:30.5170977Z    Compiling smol_str v0.1.24
2026-06-21T05:16:30.5550675Z    Compiling resolv-conf v0.7.6
2026-06-21T05:16:30.6180762Z    Compiling winnow v0.7.15
2026-06-21T05:16:30.6286784Z    Compiling arrayvec v0.7.6
2026-06-21T05:16:30.7309915Z    Compiling lru v0.16.4
2026-06-21T05:16:30.9156412Z    Compiling darling_core v0.23.0
2026-06-21T05:16:31.0080919Z    Compiling signal-hook-registry v1.4.8
2026-06-21T05:16:31.0560943Z    Compiling serial-unix v0.4.0
2026-06-21T05:16:31.3680756Z    Compiling serde_bytes v0.11.19
2026-06-21T05:16:31.4123633Z    Compiling seize v0.5.1
2026-06-21T05:16:31.6110817Z    Compiling hmac v0.12.1
2026-06-21T05:16:31.6170561Z    Compiling iroh v0.98.2
2026-06-21T05:16:31.7181034Z    Compiling cmov v0.5.4
2026-06-21T05:16:31.7330771Z    Compiling serde_derive v1.0.228
2026-06-21T05:16:31.8353949Z    Compiling zeroize_derive v1.4.3
2026-06-21T05:16:31.9211718Z    Compiling tokio-macros v2.7.0
2026-06-21T05:16:31.9470446Z    Compiling futures-macro v0.3.32
2026-06-21T05:16:32.0278025Z    Compiling zerofrom-derive v0.1.7
2026-06-21T05:16:32.4698504Z    Compiling zeroize v1.8.2
2026-06-21T05:16:32.6920061Z    Compiling yoke-derive v0.8.2
2026-06-21T05:16:32.7069744Z    Compiling tokio v1.52.3
2026-06-21T05:16:32.7898291Z    Compiling futures-util v0.3.32
2026-06-21T05:16:32.8864193Z    Compiling zerovec-derive v0.11.3
2026-06-21T05:16:33.0279508Z    Compiling displaydoc v0.2.6
2026-06-21T05:16:33.0496851Z    Compiling tracing-attributes v0.1.31
2026-06-21T05:16:33.3354059Z    Compiling zerofrom v0.1.8
2026-06-21T05:16:33.5146033Z    Compiling rustls-pki-types v1.14.1
2026-06-21T05:16:33.6510425Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T05:16:33.7200282Z    Compiling thiserror-impl v2.0.18
2026-06-21T05:16:33.8337404Z    Compiling yoke v0.8.3
2026-06-21T05:16:34.0942172Z    Compiling zerotrie v0.2.4
2026-06-21T05:16:34.1188874Z    Compiling darling_macro v0.20.11
2026-06-21T05:16:34.2298805Z    Compiling zerovec v0.11.6
2026-06-21T05:16:34.3621165Z    Compiling derive_more-impl v2.1.1
2026-06-21T05:16:34.3685951Z    Compiling n0-error-macros v0.1.3
2026-06-21T05:16:34.3865872Z    Compiling spez v0.1.2
2026-06-21T05:16:34.4980642Z    Compiling darling v0.20.11
2026-06-21T05:16:34.5610269Z    Compiling derive_builder_core v0.20.2
2026-06-21T05:16:34.5690218Z    Compiling der v0.8.0-rc.10
2026-06-21T05:16:34.7674626Z    Compiling pin-project-internal v1.1.13
2026-06-21T05:16:35.2280478Z    Compiling tinystr v0.8.3
2026-06-21T05:16:35.5053840Z    Compiling icu_locale_core v2.2.0
2026-06-21T05:16:35.5122778Z    Compiling potential_utf v0.1.5
2026-06-21T05:16:35.6048868Z    Compiling n0-error v0.1.3
2026-06-21T05:16:35.6550753Z    Compiling icu_collections v2.2.0
2026-06-21T05:16:35.7710769Z    Compiling derive_builder_macro v0.20.2
2026-06-21T05:16:36.0246355Z    Compiling ed25519-dalek v2.2.0
2026-06-21T05:16:36.1560866Z    Compiling derive_builder v0.20.2
2026-06-21T05:16:36.2703885Z    Compiling pin-project v1.1.13
2026-06-21T05:16:36.2897111Z    Compiling spki v0.8.0-rc.4
2026-06-21T05:16:36.3769945Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T05:16:36.5185079Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T05:16:36.5554484Z    Compiling cobs v0.3.0
2026-06-21T05:16:36.7200693Z    Compiling ipnet v2.12.0
2026-06-21T05:16:36.7390514Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T05:16:36.8699196Z    Compiling icu_provider v2.2.0
2026-06-21T05:16:37.2341220Z    Compiling icu_normalizer v2.2.0
2026-06-21T05:16:37.3170368Z    Compiling icu_properties v2.2.0
2026-06-21T05:16:37.3544951Z    Compiling futures-executor v0.3.32
2026-06-21T05:16:37.4225704Z    Compiling once_cell v1.21.4
2026-06-21T05:16:37.5050704Z    Compiling prefix-trie v0.8.4
2026-06-21T05:16:37.5150777Z    Compiling futures v0.3.32
2026-06-21T05:16:37.5873576Z    Compiling postcard-derive v0.2.2
2026-06-21T05:16:37.5961368Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T05:16:37.6414151Z    Compiling tracing-core v0.1.36
2026-06-21T05:16:37.9320977Z    Compiling hashbrown v0.14.5
2026-06-21T05:16:37.9620836Z    Compiling rustls-native-certs v0.8.4
2026-06-21T05:16:37.9840737Z    Compiling strum_macros v0.28.0
2026-06-21T05:16:38.0430601Z    Compiling data-encoding-macro v0.1.20
2026-06-21T05:16:38.1051448Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T05:16:38.1300554Z    Compiling async-trait v0.1.89
2026-06-21T05:16:38.2100739Z    Compiling tracing v0.1.44
2026-06-21T05:16:38.3101880Z    Compiling postcard v1.1.3
2026-06-21T05:16:38.3982166Z    Compiling num_enum_derive v0.7.6
2026-06-21T05:16:38.4610207Z    Compiling enum-assoc v1.3.0
2026-06-21T05:16:38.6000861Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T05:16:38.6032218Z    Compiling iroh-relay v0.98.0
2026-06-21T05:16:38.7704195Z    Compiling hashlink v0.9.1
2026-06-21T05:16:38.8000913Z    Compiling idna_adapter v1.2.2
2026-06-21T05:16:38.8114917Z    Compiling derive_more v2.1.1
2026-06-21T05:16:38.8201265Z    Compiling iroh-metrics v0.38.3
2026-06-21T05:16:38.9415529Z    Compiling idna v1.1.0
2026-06-21T05:16:38.9660974Z    Compiling moka v0.12.15
2026-06-21T05:16:38.9960940Z    Compiling toml_datetime v0.6.11
2026-06-21T05:16:39.0453759Z    Compiling serde_spanned v0.6.9
2026-06-21T05:16:39.0898491Z    Compiling thiserror-impl v1.0.69
2026-06-21T05:16:39.1291817Z    Compiling ref-cast-impl v1.0.25
2026-06-21T05:16:39.1700633Z    Compiling rusqlite v0.32.1
2026-06-21T05:16:39.1906658Z    Compiling webpki-roots v1.0.7
2026-06-21T05:16:39.2070172Z    Compiling regex-automata v0.4.14
2026-06-21T05:16:39.2863645Z    Compiling toml_edit v0.22.27
2026-06-21T05:16:39.3192780Z    Compiling schemars_derive v1.2.1
2026-06-21T05:16:39.3538754Z    Compiling utf8parse v0.2.2
2026-06-21T05:16:39.3770518Z    Compiling bitflags v1.3.2
2026-06-21T05:16:39.3990852Z    Compiling url v2.5.8
2026-06-21T05:16:39.4292135Z    Compiling pin-utils v0.1.0
2026-06-21T05:16:39.4395810Z    Compiling rustix v0.38.44
2026-06-21T05:16:39.5060931Z    Compiling dyn-clone v1.0.20
2026-06-21T05:16:39.5890496Z    Compiling num_enum v0.7.6
2026-06-21T05:16:39.6759308Z    Compiling nix v0.25.1
2026-06-21T05:16:39.7310429Z    Compiling anstyle-parse v1.0.0
2026-06-21T05:16:39.7738242Z    Compiling darling_macro v0.23.0
2026-06-21T05:16:39.8861768Z    Compiling ctutils v0.4.2
2026-06-21T05:16:39.9171255Z    Compiling tokio-util v0.7.18
2026-06-21T05:16:40.1362201Z    Compiling netlink-sys v0.8.8
2026-06-21T05:16:40.1467187Z    Compiling tower v0.5.3
2026-06-21T05:16:40.2770561Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T05:16:40.3041858Z    Compiling attohttpc v0.30.1
2026-06-21T05:16:40.4426799Z    Compiling netlink-proto v0.12.0
2026-06-21T05:16:40.6466965Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T05:16:40.7550805Z    Compiling netdev v0.42.0
2026-06-21T05:16:40.8600580Z    Compiling strum v0.28.0
2026-06-21T05:16:40.8736454Z    Compiling tower-http v0.6.11
2026-06-21T05:16:40.8740513Z    Compiling iroh-base v0.98.0
2026-06-21T05:16:40.9230929Z    Compiling h2 v0.4.14
2026-06-21T05:16:41.1020391Z    Compiling n0-watcher v0.6.1
2026-06-21T05:16:41.1320443Z    Compiling tokio-stream v0.1.18
2026-06-21T05:16:41.4030605Z    Compiling filedescriptor v0.8.3
2026-06-21T05:16:41.4925241Z    Compiling iroh-dns v0.98.0
2026-06-21T05:16:41.6349346Z    Compiling schemars v1.2.1
2026-06-21T05:16:41.7076555Z    Compiling backon v1.6.0
2026-06-21T05:16:41.7530689Z    Compiling hkdf v0.12.4
2026-06-21T05:16:41.7576319Z    Compiling papaya v0.2.4
2026-06-21T05:16:41.8751200Z    Compiling toml v0.8.23
2026-06-21T05:16:41.9740727Z    Compiling serial v0.4.0
2026-06-21T05:16:42.1539216Z    Compiling instability v0.3.12
2026-06-21T05:16:42.2020871Z    Compiling downcast-rs v1.2.1
2026-06-21T05:16:42.3010743Z    Compiling regex v1.12.3
2026-06-21T05:16:42.3060476Z    Compiling shell-words v1.1.1
2026-06-21T05:16:42.3262981Z    Compiling linux-raw-sys v0.4.15
2026-06-21T05:16:42.4563530Z    Compiling anstyle v1.0.14
2026-06-21T05:16:42.4800577Z    Compiling colorchoice v1.0.5
2026-06-21T05:16:42.5412930Z    Compiling foldhash v0.1.5
2026-06-21T05:16:42.5720515Z    Compiling anstyle-query v1.1.5
2026-06-21T05:16:42.6680529Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T05:16:42.7141155Z    Compiling hashbrown v0.15.5
2026-06-21T05:16:42.7230704Z    Compiling signal-hook-mio v0.2.5
2026-06-21T05:16:42.7899760Z    Compiling anstream v1.0.0
2026-06-21T05:16:42.8501205Z    Compiling spake2 v0.4.0
2026-06-21T05:16:42.9110883Z    Compiling darling v0.23.0
2026-06-21T05:16:42.9804453Z    Compiling terminal_size v0.4.4
2026-06-21T05:16:43.0138469Z    Compiling strum_macros v0.26.4
2026-06-21T05:16:43.1240554Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T05:16:43.1726995Z    Compiling sha1 v0.10.6
2026-06-21T05:16:43.2104352Z    Compiling itertools v0.13.0
2026-06-21T05:16:43.4720828Z    Compiling castaway v0.2.4
2026-06-21T05:16:43.4937975Z    Compiling static_assertions v1.1.0
2026-06-21T05:16:43.5771170Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T05:16:43.5825360Z    Compiling clap_lex v1.1.0
2026-06-21T05:16:43.8600469Z    Compiling portable-pty v0.8.1
2026-06-21T05:16:43.8773466Z    Compiling indoc v2.0.7
2026-06-21T05:16:44.0081031Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T05:16:44.1657908Z    Compiling doctest-file v1.1.1
2026-06-21T05:16:44.3346618Z    Compiling unicode-width v0.1.14
2026-06-21T05:16:44.4671506Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T05:16:44.6800711Z    Compiling interprocess v2.4.2
2026-06-21T05:16:44.7495517Z    Compiling clap_builder v4.6.0
2026-06-21T05:16:45.0340694Z    Compiling crossterm v0.28.1
2026-06-21T05:16:45.1912895Z    Compiling unicode-truncate v1.1.0
2026-06-21T05:16:45.2360389Z    Compiling compact_str v0.8.2
2026-06-21T05:16:45.3090951Z    Compiling lru v0.12.5
2026-06-21T05:16:45.3221101Z    Compiling clap_derive v4.6.1
2026-06-21T05:16:45.3843218Z    Compiling strum v0.26.3
2026-06-21T05:16:45.4010608Z    Compiling cassowary v0.3.0
2026-06-21T05:16:45.4828197Z    Compiling unicode-width v0.2.0
2026-06-21T05:16:45.4960911Z    Compiling iana-time-zone v0.1.65
2026-06-21T05:16:45.7142912Z    Compiling chrono v0.4.45
2026-06-21T05:16:45.8220661Z    Compiling nucleo-matcher v0.3.1
2026-06-21T05:16:45.8286179Z    Compiling qrcode v0.14.1
2026-06-21T05:16:45.8781078Z    Compiling tempfile v3.27.0
2026-06-21T05:16:46.2110449Z    Compiling ratatui v0.29.0
2026-06-21T05:16:46.8200568Z    Compiling hyper v1.10.1
2026-06-21T05:16:46.9248087Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T05:16:47.7449923Z    Compiling clap v4.6.1
2026-06-21T05:16:48.5940646Z    Compiling hyper-util v0.1.20
2026-06-21T05:16:50.2393031Z    Compiling igd-next v0.17.1
2026-06-21T05:16:51.2113793Z    Compiling portmapper v0.16.0
2026-06-21T05:16:55.2702884Z    Compiling rustls-webpki v0.103.13
2026-06-21T05:16:58.4899763Z    Compiling tokio-rustls v0.26.4
2026-06-21T05:16:58.4902397Z    Compiling noq-proto v0.17.0
2026-06-21T05:16:58.4902731Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T05:16:58.6283097Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T05:16:58.6283842Z    Compiling hyper-rustls v0.27.9
2026-06-21T05:16:58.6284419Z    Compiling tokio-websockets v0.13.2
2026-06-21T05:16:58.7522096Z    Compiling reqwest v0.13.4
2026-06-21T05:16:59.6744766Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T05:17:13.2800830Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T05:17:14.6548528Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T05:17:21.9244609Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T05:17:25.5977095Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
2026-06-21T05:17:25.6200078Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T05:17:25.6212996Z 
2026-06-21T05:17:25.6213238Z running 1 test
2026-06-21T05:17:31.8085437Z test new_brain_serves_against_old_broker ... ok
2026-06-21T05:17:31.8085737Z 
2026-06-21T05:17:31.8086008Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-21T05:17:31.8086352Z 
